XmlNodeCollectionInsert Method |
Inserts the specified node at the specified possition.
Namespace:
Independentsoft.Sip.Presence
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic void Insert(
int index,
XmlNode node
)
Public Sub Insert (
index As Integer,
node As XmlNode
)
Parameters
- index
- Type: SystemInt32
The index at which the node is inserted. - node
- Type: System.XmlXmlNode
The XmlNode to insert.
See Also